Sandbox Logo

Sandbox.Utility.CircularBuffer<T>.GetEnumerator

IEnumerator<T> GetEnumerator()

Description

Returns an enumerator that iterates through this buffer.

Return

An enumerator that can be used to iterate this collection.

User Comments